AI-powered MCP server for trade businesses. Manage leads, quotes, jobs, invoicing, reviews, reminders, and analytics through a live production endpoint.
概览
Admin Substitute is a production MCP server built for trade businesses (plumbers, electricians, builders). AI agents can manage the full business lifecycle — leads, quotes, jobs, invoicing, reviews, reminders, analytics, and referrals — through 28 tools across 9 categories.
Endpoint: https://adminsubstitute.com/api/v1/mcp Auth: Bearer token (API key from dashboard)
服务器配置
{
"mcpServers": {
"admin-substitute": {
"type": "streamable-http",
"url": "https://adminsubstitute.com/api/v1/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}